
 *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none; 
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,a {
	margin: 0;
	padding: 0;
}
body{
    color: #33383a;
}
input,button,select,textarea{outline:none; font-family: "microsoft yahei";-webkit-appearance:none;}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
/*	display: inline-block;*/
	color: #333;
	transition: all 0.25s;
}
img {
	border: none;
	display: inline-block;
}
em,i{
	font-style: normal;
	display: inline-block;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.flex_lmr {
    justify-content: space-between;
}
.flex1 {
    flex: 0;
    flex-grow: 1;
}
.flex_center {
    align-items: center;
}
.disflex {
    display: flex;
}
.h100 {
    height: 100%;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
/*public*/
.head_pc{
	display: block;
}
.head_wap{
	display: none;
}
.hd1{
	height: 120px;
}
.logo a{
	display: inline-block;
	height: 62px;
	margin-right: 20px;
}
.logo p{
	font-size: 20px;
	color: #333;
	font-weight:bold;
}
.logo h3{
	font-size: 22px;
	color: #0088d4;
	font-weight: normal;
}
.hdphone i{
	display: inline-block;
	margin-right: 15px;
}
.hdphone p{
	font-size: 16px;
	color: #666;
}
.hdphone h3{
	font-size: 30px;
	color: #0088d4;
}
.hd2{
	background: #0088d4;
}
.nav li{
	display: block;
	flex: 1;
	position: relative;
}
.nav li a.nava{
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	/* border-bottom: 2px solid #14A9A3; */
	color: #fff;
	font-size: 16px;
}
.nav li.active a.nava{
	background: #0069a1;
	/* border-bottom: 2px solid #ffb400; */
}
.nav li:hover a.nava{
	background: #0069a1;
	/* border-bottom: 2px solid #0069a1; */
}
.navhide{
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.navhide a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.navhide a:hover{
	background: #F5F5F5;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.fl {
    float: left;
}
.has-sub ul{
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999;
}
.has-sub ul li a {
    padding: 10px 0;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    background: rgba(0, 105, 161, 0.8);
    text-decoration: none;
    color: #fff;
    transition: color .4s ease;
    display: block;
    opacity: .9;
    text-align: center;
}
.has-sub ul li a:hover{
    background: #0069a1;
}
.has-sub>a::after {
    position: absolute;
    top: 21px;
    right: 11px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    content: "";
    -webkit-transform: rotate(
45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .first-nav-box {
    height: 74px;
    line-height: 74px;
    /* margin-bottom: 60px; */
    padding: 0 20px;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.nav-a {
    display: inline-block;
    /* width: 100px; */
    margin-right: 40px;
    color: #33383a;
}
.nav-a:last-of-type{
    margin-right: 0;
}
.first-nav-box .nav-a:hover {
    color: #0088d4;
}

.active-a {
    color: #0088d4;
}
.right {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
}

.rta {
    display: block;
    border-bottom: 1px solid #fff;
}

.rta:last-child {
    border-bottom: 0;
}

.rta1 {
    width: 100px;
    height: 100px;
    background: #0088d4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
    cursor: pointer;
}

.rta:hover .rta1 {
    background: #ffc600;
}

.rta1 img {
    display: block;
    margin: 0 auto;
}

.rta1 p {
    width: 100%;
}

.rta2 {
    position: absolute;
    right: 100%;
    background: #FFC600;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.rta:hover .rta2 {
    opacity: 1;
    visibility: inherit;
}

.rta21 {
    width: 240px;
    padding: 15px;
    text-align: center;
    top: 0;
}

.rta2 img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.rta22 {
    padding: 40px 20px;
    color: #fff;
    width: 240px;
    text-align: center;
    top: 0;
}

.rta22 p {
    font-size: 16px;
}

.rta22 h3 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: bold;
}

.rta23 {
    width: 390px;
    background: #f5f6fb;
    padding: 20px;
    bottom: 0;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.rta23 p {
    font-size: 16px;
    line-height: 26px;
}

.rta23a {
    margin-top: 15px;
}

.rta23a p i {
    color: #dc3048;
}

.rta23a input,
.rta23a select,
.rta23a textarea {
    height: 40px;
    background: #fff;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 10px;
    border: 0;
}

.rta23a textarea {
    width: 92%;
    padding: 15px;
    height: 140px;
    resize: none;
    border: 0;
}

.rta23b button {
    width: 45%;
    height: 44px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    border: 0;
}

.rta23b button.active {
    background: #FFC600;
}
.posrelative {
    position: relative;
}

.textcenter {
    text-align: center;
}
.footer{
    width: 100%;
}
#gotop {
    display: none;
}
.mianbaoxie-class{
    text-align: right;

}
.mianbaoxie-class a,
.mianbaoxie-class span {
    font-size: 14px;
    color: #8e979b;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}
.clearfloat:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w {
    max-width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}


@media only screen and (min-width:768px) and (max-width:1200px) {
    .wrap {
        width: 97%;
        /* padding: 0 20px; */
    }
    .nav span a.nava{
		font-size: 14px;
	}
    .first-nav-box {
        height: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width:950px) {
    .head_pc {
        display: none;
    }
    .head_wap {
        display: block;
    }
    .whead {
        height: 70px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    }
    .wpnvbg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0,0,0,.7);
        opacity: 0;
        visibility: hidden;
        transition: .25s;
    }
    .wapnav {
        width: 240px;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 9999;
        margin-right: -240px;
        transition: .3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .wlogo {
        display: inline-block;
        margin-left: 15px;
        margin-top: 17px;
    }
    .wlogo img {
        display: block;
        border: 0;
        height: 36px;
    }
    .whead i {
        display: block;
        width: 70px;
        height: 70px;
        background: url(../images/navicon.png) no-repeat center;
        background-size: 40%;
        color: #fff;
        text-align: center;
        line-height: 70px;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999999;
    }
    .clearfix:after {
        clear: both;
    }
    .wapnavtop {
        color: #fff;
        height: 70px;
        line-height: 70px;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }
    .wapnava {
        padding: 0 0 15px 0;
    }
    .waphd_height {
        width: 100%;
        height: 70px;
    }
    .wapnavtop i {
        display: block;
        width: 70px;
        height: 70px;
       
        color: #222;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        position: absolute;
        background: url(../images/close.png) no-repeat center;
        background-size: 30%;
        right: 0;
        top: 0;
        z-index: 99999999;
    }
    .wapnava a.wapprda {
        display: block;
        height: 50px;
        line-height: 48px;
        padding: 0 25px;
        color: #666;
        width: 100%;
        border-bottom: 1px solid #eee;
        font-size: 15px;
    }
    .wapnav-sub ul{
        display: none;
    }
    .wapprda {
        position: relative;
    }
    .wapnava span ul li a{
        display: block;
        line-height: 40px;
        padding-left: 52px;
        font-size: 14px;
        color: #666;
    }
    .wapnava span ul li a:hover{
        background: #0088d4;
        color: #fff;
    }
    .wapnava span ul li:last-of-type{
        border-bottom: 1px solid #eee;
    }
    .wapnava span {
        width: 100%;
    }
    .waphdlg {
        height: 30px;
        display: inline-block;
        margin-top: 19px;
    }
    .waphdlg img {
        display: block;
        height: 100%;
    }
    .head_wap {
        display: block;
    }
	.hdphone h3{
		font-size: 20px;
	}
	.hdphone p{
		font-size: 14px;
	}
	.hdphone img{
		height: 40px;
		margin-left: 10px;
	}
	.hdphone {
		margin-top: 15px;
	}
    .waphd_height {
        width: 100%;
        height: 70px;
    }
    .wapnav_active {
        right: 0;
        top: 0;
        height: 100%;
        margin-right: 0;
        overflow-y: auto;
    }
    .wapnav {
        width: 240px;
        position: fixed;
        background: #fff;
        z-index: 9999;
        transition: .3s;
       
    }
    .wpnvbg_active {
        opacity: 1;
        visibility: inherit;
    }
}
@media screen and (max-width: 768px) {
 
    .fixed-right-box {
        display: none;
    }
    
  .rta1{width: 60px;height: 60px;padding: 5px 0;}
    .rta1 img{height: 20px;}
    .rta1 p{font-size: 12px;}
    .rta21{width: 150px;}
    .rta23{width: 290px;}
    .rta23a textarea {
        height: 90px;
    } 
    .mianbaoxie-class a, .mianbaoxie-class span {
        font-size: 12px;
    }
    .flex-between {
        display: block;
    }
    .mianbaoxie-class{
        text-align: right;
    }
}